kite=lambda:map(int,input().split())
_,x=kite()
print(x+sum((i==x)-(i<x)for i in kite()))
#define _CRT_SECURE_NO_WARNINGS
#include<bits/stdc++.h>
#define ff first
#define ss second
#define pi 3.141592654
#define ll long long
#define all(v) ((v).begin()) , ((v).end())
#define cy cout<<"YES\n";
#define cn cout<<"NO\n";
#define pb push_back
#define rbe(i,a,b) for(int i=a ; i<b ;i++)
using namespace std;
void can() {
ios_base::sync_with_stdio(false);
cin.tie(nullptr), cout.tie(nullptr);
}
int main(){
//وَأَنْ لَيْسَ لِلْإِنْسَانِ إِلَّا مَا سَعَى
ios::sync_with_stdio(0);
cin.tie(0);
can();
int n,x;
cin>>n>>x;
int ctr=0;
bool f=0;
for(int i=0;i<n;i++){
int z;cin>>z;
if(z==x)
f=1;
if(z<x)
ctr++;
}
cout<<abs(x-ctr)+f<<endl;
return 0 ;
}
263A - Beautiful Matrix | 180C - Letter |
151A - Soft Drinking | 1352A - Sum of Round Numbers |
281A - Word Capitalization | 1646A - Square Counting |
266A - Stones on the Table | 61A - Ultra-Fast Mathematician |
148A - Insomnia cure | 1650A - Deletions of Two Adjacent Letters |
1512A - Spy Detected | 282A - Bit++ |
69A - Young Physicist | 1651A - Playoff |
734A - Anton and Danik | 1300B - Assigning to Classes |
1647A - Madoka and Math Dad | 710A - King Moves |
1131A - Sea Battle | 118A - String Task |
236A - Boy or Girl | 271A - Beautiful Year |
520B - Two Buttons | 231A - Team |
479C - Exams | 1030A - In Search of an Easy Problem |
158A - Next Round | 71A - Way Too Long Words |
160A - Twins | 1A - Theatre Square |